Skip to content

Contracts & Harnesses for widening_mul #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

rajathkotyal
Copy link

@rajathkotyal rajathkotyal commented Oct 11, 2024

Towards : issue #59

Parent branch : main

Revalidation :
Per the discussion in #59, we have to build and run Kani from feature/verify-rust-std branch.
To revalidate the verification results, run the following command. <harness_to_run> can be either num::verify to run all harnesses or num::verify::<harness_name> (e.g. widening_mul_u16_small) to run a specific harness.

kani verify-std  "path/to/library" \
    --harness <harness_to_run> \
    -Z unstable-options \
    -Z function-contracts \
    -Z mem-predicates

@rajathkotyal rajathkotyal requested a review from a team as a code owner October 11, 2024 01:01
@rajathkotyal
Copy link
Author

Thanks @celinval! , Need another approval on this before merge. @carolynzech could you please review it?

@carolynzech carolynzech enabled auto-merge (squash) October 14, 2024 23:14
@carolynzech carolynzech merged commit dc862c4 into model-checking:main Oct 14, 2024
7 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants